home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000143_news@watsun.cc.columbia.edu _Fri Jun 11 13:05:10 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA17536
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 11 Jun 1999 13:05:09 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA02823
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 11 Jun 1999 12:54:42 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: leofa@my-deja.com
  10. Subject: dealing with an old kermit
  11. Date: Fri, 11 Jun 1999 13:51:11 GMT
  12. Organization: Deja.com - Share what you know. Learn what you don't.
  13. Message-ID: <7jr48a$g6g$1@nnrp1.deja.com>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. i hope i am not rehashing too much but i am still stuck.
  17.  
  18. i want to change the kermit settings on my unix pc so it will be a
  19. server listining via tcp/ip and not the serial port.  it is a sco unix
  20. system v/386 release 3.2 maintanence suplement 4.1.  the kermit appears
  21. to be C-Kermit v 4F(085) [perhaps fro m1989?].  it came with the unix
  22. box and i have no way to compile c programs on unix.
  23.  
  24. currently i have a unix shell script called kserver that 1) looks for
  25. /usr/spol/uucp/LCK..tty1a and deletes it if it exists (i have sole
  26. control here with kermit and uucp).  then does a "kermit -x" so i can
  27. see kermit work in server mode.
  28.  
  29. the .kermrc has the following lines "set line /dev/tty1a", "set baud
  30. 9600", "set par none" and "set file type binary".
  31.  
  32. its been acting fine as a kermit server for about 2 years with the
  33. serial connection.  but now i have to get rid of that cable/connection
  34. and use tcp/ip.  the unix box is now on the save network "wire" segment
  35. as the other end of the serial connection (which is disconnected).
  36.  
  37. if i take out the .kermrc commands to set line and set baud and try to
  38. do a set host <ipaddr> i get a you must use set line first error
  39. message.  if i try to do a set host command from in kermit i get a
  40. message that says host is not a valid option.
  41.  
  42. i dont dare do anything drastic to my unix box 'cause it is in
  43. production mode gathering other data.  i do have a new sco unix box
  44. being built with openserver 5.0.5. but of course that wont be ready for
  45. some weeks and i need to keep going in the meantime.
  46.  
  47. any idea how i can get this unix server to continue as a "server"?
  48.  
  49. thanks for your patience and advice,
  50.  
  51.  
  52. Sent via Deja.com http://www.deja.com/
  53. Share what you know. Learn what you don't.